home *** CD-ROM | disk | FTP | other *** search
- -- background: 2778 from stack: in
- -- bmap block id: 4006
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: E006
- -- rect: left=27 top=4 right=22 bottom=103
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Play "X"
- ----- HyperTalk script -----
- on mouseUp
- global drawpiece
- set hilite of bkgnd button 1 to true
- set hilite of bkgnd button 4 to true
- set hilite of bkgnd button 2 to false
- set hilite of bkgnd button 3 to false
- put false into drawpiece
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A006
- -- rect: left=27 top=21 right=39 bottom=103
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Play "O"
- ----- HyperTalk script -----
- on mouseUp
- global drawpiece
- set hilite of bkgnd button 1 to false
- set hilite of bkgnd button 4 to false
- set hilite of bkgnd button 2 to true
- set hilite of bkgnd button 3 to true
- put true into drawpiece
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A006
- -- rect: left=402 top=4 right=22 bottom=478
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Play "X"
- ----- HyperTalk script -----
- on mouseUp
- global drawpiece
- set hilite of bkgnd button 1 to false
- set hilite of bkgnd button 4 to false
- set hilite of bkgnd button 2 to true
- set hilite of bkgnd button 3 to true
- put true into drawpiece
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: E006
- -- rect: left=402 top=21 right=39 bottom=478
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Play "O"
- ----- HyperTalk script -----
- on mouseUp
- global drawpiece
- set hilite of bkgnd button 1 to true
- set hilite of bkgnd button 4 to true
- set hilite of bkgnd button 2 to false
- set hilite of bkgnd button 3 to false
- put false into drawpiece
- end mouseUp
-
-